type github.com/klauspost/compress/huff0.bitReaderBytes
14 uses
github.com/klauspost/compress/huff0 (current package)
bitreader.go#L19: type bitReaderBytes struct {
bitreader.go#L27: func (b *bitReaderBytes) init(in []byte) error {
bitreader.go#L52: func (b *bitReaderBytes) peekByteFast() uint8 {
bitreader.go#L57: func (b *bitReaderBytes) advance(n uint8) {
bitreader.go#L64: func (b *bitReaderBytes) fillFast() {
bitreader.go#L77: func (b *bitReaderBytes) fillFastStart() {
bitreader.go#L85: func (b *bitReaderBytes) fill() {
bitreader.go#L104: func (b *bitReaderBytes) finished() bool {
bitreader.go#L108: func (b *bitReaderBytes) remaining() uint {
bitreader.go#L113: func (b *bitReaderBytes) close() error {
decompress.go#L238: var br bitReaderBytes
decompress.go#L538: var br bitReaderBytes
decompress.go#L627: var br [4]bitReaderBytes
decompress.go#L862: var br [4]bitReaderBytes
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |